@charset "UTF-8";
/*
********************************首页样式 start********************************
*/
/*头部开始*/
.switch{
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 10;
}
.switch a{
    display: block;
    height: 100%;
    background: url(../images/switch.png) center center no-repeat;
}
.headBox{
    clear:both;
    position: relative;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.headBox1{
    clear: both;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.topShare a{
    width: 5px !important;
    height: 26px !important;
    line-height: 26px !important;
}
.topShare .bds_weixin{background: url(../images/icon1.png) no-repeat left center !important}
.topShare .bds_tsina{background: url(../images/icon1.png) no-repeat -29px center !important}
.topShare .bds_tqq{background: url(../images/icon1.png) no-repeat -59px center !important}
.topShare .bds_qzone{background: url(../images/icon1.png) no-repeat -86px center !important}
.indTop{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 97;
}
/* subPage */
.subPage{
    position: relative;
    z-index: 2;
}
.pageLeft{
    width: 240px;
    display: none;
    margin-right: 30px;
}
.subMenuTit{
    font-size: 18px;
    color: #fff;
    line-height: 75px;
    height: 75px;
    background: #3b60b5 url(../images/jt1.png) right 20px center no-repeat;
    padding: 0 40px;
}
.subMenu{
    padding: 10px 20px;
    background: #fff;
    box-shadow: 6px 6px 0px rgba(0,0,0,.03);
}
.subMenu dd{
    line-height: 50px;
    padding: 0 20px;
}
.subMenu dd+dd{
    border-top: 1px solid #eee;
}
.subMenu a{
    display: block;
    color: #555;
    font-size: 16px;
    
}
.subMenu a:hover{
    color: #a1171d;
}
.subMenu dd.hover a{
    color: #a1171d;
    background: url(../images/jt2_h.png) right center no-repeat;
}
.subTitle{
    height: 45px;
    display: none;
    border-bottom: 1px #e6e6e6 solid;
}
.subTitle1{
    font-size: 22px;
    line-height: 45px;
    border-bottom: 3px #a1171d solid;
    color: #333;
    position: relative;
    font-weight: bold;
    margin-top: -2px;
}
.subTitle .location{
    height: auto;
}
.subTitle .location a{
    line-height: 40px;
    height: 40px;
}
.textImg1{
    overflow: hidden;
    padding:0;
    border: none;
}
.textImg1 dd{
    border: none;
}
.textImg1 dd+dd{
    border-top: 1px solid #e6e6e6;
}
.subPage .textImg1 p{
    height: 90px;
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.logo{
    height: 65px;
    overflow: hidden;
    margin: 5px 0 0 1%;
}
.logo a img{display:block;height: 65px;}
.headBox .wrap{
    position: relative;
    z-index: 2;
}
.menuBox{z-index: 9;position: relative;}
.menuDl{
    position: relative;
}
.menuDl dd{
    display: inline;
    float:left;
    position: relative;
    z-index: 3;
}
.menuDl dd span a{
    display: block;
    height:90px;
    overflow: hidden;
    line-height: 90px;
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding: 0px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuDl dd.hover span a{color: #2e3191}
.menuDl dd span a i{
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #2e3191;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.menuDl dd.hover span a i{
    display: block;
}
.menuDl dd .div_a{
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 108px;
    left: 0;
    z-index: 99;
    background:#fff;
    display: none;
}
.menuDl dd .div_a a{
    display: block;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.menuDl dd .div_a a.hover{background: #fff}
.menuDl dd .div_a a:hover{background: #fff}
.subMenuDiv{
    display: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 1;
}
.menuDl dd.hover .subMenuDiv{
    z-index: 3;
}
.menuDl dt{
    width: 0px;
    height: 7px;
    overflow: hidden;
    background: url(../images/menuIco1.png) center center no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
}
.subMenu_ul{
    width: 1000px;
    overflow: hidden;
    padding: 10px 0px;
}
.subMenu_ul li{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    float: left;
    display: inline;
    margin: 0px 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.subMenu_ul li.hover a{
    color: #fff;
}
.menuDl dd.hover .subMenu_ul li{
    opacity: 0;
    -webkit-animation: liMove 0.3s linear forwards;
    -o-animation: liMove 0.3s linear forwards;
    animation: liMove 0.3s linear forwards;
}
@keyframes liMove{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.menuDl dd.hide .subMenu_ul li{
    opacity: 1;
    -webkit-animation: liHIde 0.3s linear forwards;
    -o-animation: liHIde 0.3s linear forwards;
    animation: liHIde 0.3s linear forwards;
}
@keyframes liHIde{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.subMenu_ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.subMenu_ul li a:hover{
    color:#fff;
}
.half .subMenu_ul li a{
    font-size: 14px;
}
.subMenu_ul li a span{
    position: relative;
}
.subMenu_ul li a span em{
    display: block;
    width: 2px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -5px;
    background: #a1171d;
}
.subMenuR{
    width: 50%;
    overflow: hidden;
    padding: 20px 0px;
}
.menuTop{
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#555;
    padding-left: 50px;
}
.subMenuCont{
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.listBg{
    width: 0px;
    height: 0px;
    overflow: hidden;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0px;
    top: 0px;
}
.subMenuTop{
    height: 40px;
    line-height: 40px;
    display: none;
    font-size: 16px;
    color:#888;
    overflow: hidden;
    padding: 15px 0px 10px 50px;
}
.half{
    float: left;
    display: inline;
    width: 50%;
}
.half .subMenuTop{
    display: block;
}
.subMenuL{
    width: 50%;
    padding: 20px 0px;
}
.subMenuTxt{
    height: 250px;
    overflow: hidden;
    padding: 20px;
    margin: 0px 20px;
}
.subMenuLTop{
    display: none;
    text-align: center;
    font-size: 34px;
    color:#333;
    overflow: hidden;
}
.subMenuIntr{
    display: none;
    overflow: hidden;
    font-size: 14px;
    color:#404040;
    line-height: 25px;
}
.menuBg{
    display: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.6);
}
.subMenuDiv.showMenu{
    -webkit-animation: showMenu 0.5s linear forwards;
    -o-animation: showMenu 0.5s linear forwards;
    animation: showMenu 0.5s linear forwards;
}
@keyframes showMenu{
    0%  {opacity: 0.5}
    100%{opacity: 1}
}
.subMenuDiv.hideMenu{
    -webkit-animation: hideMenu 0.5s linear forwards;
    -o-animation: hideMenu 0.5s linear forwards;
    animation: hideMenu 0.5s linear forwards;
}
@keyframes hideMenu{
    0%  {opacity: 0.2}
    100%{opacity: 0}
}
.languageBox{
    font-size: 14px;
    color:#666;
    height: 20px;
    line-height: 20px;
    padding: 35px 0px;
    position: relative;
    margin: 0px 15px;
}
a.lang_a{font-weight: bold;color:#888;}
.languageBox:hover .lang_a{
    color:#a1171d;
}
.lang_dl{
    display: none;
    width: 270px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -135px;
}
.lang_dl dd{
    overflow: hidden;
    float: left;
    display: inline;
    font-size: 14px;
    color:#333;
    position: relative;
}
.lang_dl dd:nth-child(1){
    animation-delay: 0s;
}
.lang_dl dd:nth-child(2){
    animation-delay: 0.12s;
}
.lang_dl dd:nth-child(3){
    animation-delay: 0.18s;
}
.languageBox.show .lang_dl dd{
    opacity: 0;
    -webkit-animation: languaShow 0.3s linear forwards;
    -o-animation: languaShow 0.3s linear forwards;
    animation: languaShow 0.3s linear forwards;
}
@keyframes languaShow{
    0%  {transform: translateY(-110%);opacity: 0;}
    100%{transform: translateY(0px);opacity: 1;}
}
.languageBox.hide .lang_dl dd{
    opacity: 1;
    -webkit-animation: languaHide 0.3s linear forwards;
    -o-animation: languaHide 0.3s linear forwards;
    animation: languaHide 0.3s linear forwards;
}
@keyframes languaHide{
    0%  {transform: translateY(0px);opacity: 1;}
    100%{transform: translateY(110%);opacity: 0;}
}
.lang_dl dd a{
    display: block;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#ccc;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lang_dl dd em{
    display: block;
    width: 1px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    background: rgba(255,255,255,0.2);
}
.lang_dl dd a:hover{
    color:#fff;
}
.topSearch{
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    background: url(../images/search.png) no-repeat center center;
}
.topSeaBox{
    position: relative;
    padding: 30px 0px;
}
.topSeaInp{
    display: none;
    position: absolute;
    left: 0px;
    top: 80px;
    overflow: hidden;
    padding: 10px 0px;
}
.topSeaBox input{
    height: 30px;
    overflow: hidden;
    background: none;
    border:1px solid rgba(255,255,255,0.2);
    outline: none;
    z-index: 2;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    font-family: 'microsoft yahei';
    border-radius: 3px;
}
.topSeaBox:hover input{
    display: block;
}
.fixedMenu{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 80px;
}
/*头部结束*/

/*banner开始*/
.banner{
    overflow: hidden;
    position: relative;
}
.banner .bd{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner_dl{
    height: 100%;
    overflow: hidden;
}
.banner_dl dd{
    height: 100%;
    overflow: hidden;
}
.bnrText{
    position: absolute !important;
    left: 50% !important;;
    top: 50% !important;;
    margin: -105px 0 0 -300px;
    width: 600px;
    height: 210px;
    text-align: center;
}
.banner_a{
    display: block;
    width: 105%;
    height: 105%;
    left: -2.5% !important;
    top: -2.5% !important;;
    overflow: hidden;
    background-size: unset !important;
}
.bnrWave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
}
.bnrWave .wave1,
.bnrWave .wave2{
    display: block;
    position: absolute;
    bottom: 0px;
    height: 100px;
    left: 0;
    width: 100%;
    background: url(../images/bannerBg.png) repeat-x -600px -25px;
    z-index: 99;
}
.bnrWave .wave1{
    background-position: 0 -300px;
    z-index: 2;
}
.banner .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 80px;
    text-align: center;
    font-size: 0px;
    z-index: 4;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 11px;
    height: 11px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff;
    float: left;
    display: inline;
    margin: 0px 8px;
    text-indent: 99em;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .hd ul li.on{
    background: #2e3191;
    border: none;
    width: 14px;
    height: 14px;
}
.banner .bt{
    display: block;
    width: 41px;
    height: 82px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -41px;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .prev{
    left: -41px;
    background: url(../images/banBtPrev.png) no-repeat center center;
}
.banner .next{
    right: -41px;
    background: url(../images/banBtNext.png) no-repeat center center;
}
.banner:hover .prev{
    left: 0px;
}
.banner:hover .next{
    right: 0px;
}
.banner_dl dd.scaleBig .banner_a{
    -webkit-animation: scaleBig 6s linear forwards;
    -o-animation: scaleBig 6s linear forwards;
    animation: scaleBig 6s linear forwards;
}
@keyframes scaleBig{
    0%  {transform:scale(1)}
    100%{transform:scale(1.1)}
}
.banner_dl dd.scaleSmall .banner_a{
    -webkit-animation: scaleSmall 6s linear forwards;
    -o-animation: scaleSmall 6s linear forwards;
    animation: scaleSmall 6s linear forwards;
}
@keyframes scaleSmall{
    0%  {transform:scale(1.1)}
    100%{transform:scale(1)}
}
/*banner结束*/
/*banner1 start*/
.banner11{
    height: 240px!important;
    overflow: hidden;
    position: relative;
}
.banner11.caseViewB{
    height: 450px!important;
    overflow: hidden;
    position: relative;
}
.banner11 .bd{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner11 .banner_dl{
    height: 240px!important;
    overflow: hidden;
}
.banner11.caseViewB .banner_dl{
    height: 450px!important;
    overflow: hidden;
}
.banner11 .banner_dl dd{
    height: 100%;
    overflow: hidden;
}
.banner11 .bnrText{
    position: absolute !important;
    left: 50% !important;;
    top: 50% !important;;
    margin: -105px 0 0 -300px;
    width: 600px;
    height: 210px;
    text-align: center;
}
.banner11 .banner_a{
    display: block;
    width: 100%;
    height: 100%;
    left: -2.5% !important;
    top: -2.5% !important;;
    overflow: hidden;
}

.banner11 .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 20px;
    text-align: center;
    font-size: 0px;
    z-index: 4;
}
.banner11 .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner11 .hd ul li{
    width: 11px;
    height: 11px;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    display: inline;
    margin: 0px 8px;
    text-indent: 99em;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner11 .hd ul li.on{
    background: #1d2088;
}
.banner11 .bt{
    display: block;
    width: 41px;
    height: 82px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -41px;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner11 .prev{
    left: -41px;
    background: url(../images/banBtPrev.png) no-repeat center center;
}
.banner11 .next{
    right: -41px;
    background: url(../images/banBtNext.png) no-repeat center center;
}
.banner11:hover .prev{
    left: 0px;
}
.banner11:hover .next{
    right: 0px;
}
.banner11 .banner_dl dd.scaleBig .banner_a{
    -webkit-animation: scaleBig 6s linear forwards;
    -o-animation: scaleBig 6s linear forwards;
    animation: scaleBig 6s linear forwards;
}
@keyframes scaleBig{
    0%  {transform:scale(1)}
    100%{transform:scale(1.1)}
}
.banner11 .banner_dl dd.scaleSmall .banner_a{
    -webkit-animation: scaleSmall 6s linear forwards;
    -o-animation: scaleSmall 6s linear forwards;
    animation: scaleSmall 6s linear forwards;
}
@keyframes scaleSmall{
    0%  {transform:scale(1.1)}
    100%{transform:scale(1)}
}





/*banner1 ending*/

/*第一通栏开始*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.row{
    overflow: hidden;
}
.bc_fff{
    background: #fff;
}
.row1L{
    width: 500px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}
.row1L .bd{
    height: 300px;
    overflow: hidden;
}
.row1L_dl{
    overflow: hidden;
}
.row1L_dl dd{
    overflow: hidden;
}
.row1L .pic{/*图片比例 宽:高=5:3*/
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.row1LTxt{
    display: block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    padding: 0px 50px;
    background: rgba(0,0,0,0.5);
}
.row1LTxt span{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color:#fff;
    overflow: hidden;
}
.row1L .bt{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    z-index: 5;
    opacity: 0.5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.row1L .prev{
    left: 0px;
    background: url(../images/btPrev_h.png) no-repeat center center;
}
.row1L .next{
    right: 0px;
    background: url(../images/btNext_h.png) no-repeat center center;
}
.row1L .bt:hover{
    opacity: 1;
}
.rowR{
    overflow: hidden;
}
.titBox{
    overflow: hidden;
    position: relative;
}
.tit_dl{
    position: relative;
    overflow: hidden;
}
.tit_dl dd{
    float: left;
    overflow: hidden;
    margin-right: 40px;
}
a.tit_a{
    display: block;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    position: relative;
    font-size: 16px;
    color:#999;
}
.tit_a:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: #2e3191;
    transform: translateX(-50%);
    transition: all 0.3s linear;
}
.tit_dl dd.hover .tit_a{
    color: #333333;
    font-weight: bold;
}
.tit_dl dd.hover .tit_a:after{
    width: 100%;
}
.tit_dl dd.active span{
    font-size: 26px;
    color:#333;
    font-weight: bold;
}
.tit_dl dd.active i{
    padding-left: 10px;
}
.more{
    display: block;
    overflow: hidden;
    border: 1px solid #efefef;
    height: 30px;
    line-height: 30px;
    border-radius: 32px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0px 20px;
    margin: 0px auto;
}
.titBox .more{
    margin: 5px auto;
}
.more:hover{
    background: #2e3191;
}
.more span{
    display: inline-block;
    height: 30px;
    padding-right: 21px;
    font-size: 14px;
    color:#999;
    transition: all 0.3s linear;
    background: url(../images/more.png) no-repeat right center;
}
.more:hover span{
    color:#fff;
    background: url(../images/more_h.png) no-repeat right center;
}
.rowRCont{
    overflow: hidden;
}
.list_dl{
    overflow: hidden;
}
.list_dl dt{
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.list_dl .list_a{
    display: block;
    overflow: hidden;
}
.hotTime{
    display: block;
    width: 70px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 15px;
}
.hotTime span{
    display: block;
    height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    background: #2e3191;
}
.hotTime i{
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    background: #dfdfdf;
    font-size: 12px;
    color:#666;
    text-align: center;
}
.hotDeta{
    overflow: hidden;
    height: 75px;
}
.hotName{
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    color:#333;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .hotName{
    color:#2e3191;
}
.hotIntr{
    line-height: 25px;
    overflow: hidden;
    font-size: 14px;
    color:#999;
    height: 50px;
    padding-top: 5px;
}
.list_dl11 dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.list_dl11 .listTime{
    padding-left: 15px;
    font-size: 14px;
    color:#999;
}
.list_dl11 .listName{
    padding-left: 15px;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    background-image: url(../images/arrowRight.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_dl11 .list_a:hover .listName{
    color:#2e3191;
    background-image: url(../images/arrowRight_h.png);
    
}
/*第一通栏结束*/
/*第二通栏开始*/
.row3Slide{
    overflow: hidden;
    position: relative;
}
.row3Slide .bd{
    height: 306px;
    overflow: hidden;
    padding: 0px 5px;
}
.row3Slide .tempWrap{
    overflow: visible !important;
}
.row3_dl{
    display: block;
    overflow: hidden;
    margin: 0px -11px !important;
}
.row3_dl dd{
    width: 33.333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 11px 0px;
}
.row3_dl .list_a{
    margin: 0px 11px;
    position: relative;
    padding-bottom: 70px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.row3_dl .list_a:hover{
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.row3_dl .pic{/*图片比例 宽:高 = 16:9 参考尺寸385*216*/
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}
.row3Deta{
    position: absolute;
    left: 0px;
    bottom: -112px;
    right: 0px;
    background: #f9f9f9;
    z-index: 3;
    padding: 20px 35px;
    transition: background 0.3s linear,padding 0.3s linear;
}
.list_a:hover .row3Deta{
    background: #fff;
    padding: 35px;
}
.row3Tit{
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    text-align: center;
}
.row3Tit span{
    display: inline-block;
    position: relative;
    padding: 0px 15px;
    font-size: 16px;
    color:#6d645f;
}
.list_a:hover .row3Tit span{
    font-weight: bold;
}
.row3Tit span:after,
.row3Tit span:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 25px;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
}
.row3Tit span:after{
    left: 100%;
}
.row3Tit span:before{
    right: 100%;
}
.row3Intr{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    line-height: 25px;
    height: 50px;
    text-align: center;
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s linear
}
.list_a:hover .row3Intr{
    opacity: 1;
    transform: scale(1);
}
.row3More{
    width: 120px;
    height: 30px;
    overflow: hidden;
    background: url(../images/row3More.png) no-repeat center center;
    border: 1px solid #efefef;
    transition: all 0.3s linear;
    transform: scale(0);
    opacity: 0;
    margin: 0px auto;
}
.list_a:hover .row3More{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}
.row3More:hover{
    transition-delay: 0s !important;
    border-radius: 32px;
    background: #2e3191 url(../images/row3More.png) no-repeat center center;
}
.row3Slide .hd{
    display: none;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
    padding-top: 30px;
}
.row3Slide .hd ul{
    display: inline-block;
    overflow: hidden;
}
.row3Slide .hd ul li{
    width: 35px;
    height: 3px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 8px;
    background: #ddd;
    cursor: pointer;
}
.row3Slide .hd ul li.on{
    background: #2e3191;
}
/*第二通栏结束*/
/*底部开始*/
.footer1{background: #f6f6f6;overflow: hidden;}
.footerBox{ padding: 25px 0; border-bottom: 1px solid #dedede; line-height: 30px;}
.footer1L{ height: 30px; padding-left: 27px; margin-right: 40px; background: url(../images/footerIcn.png) no-repeat left center; color: #333333; font-size: 14px; font-weight: bold;}
.footer1R{ overflow: hidden; font-size: 14px;}
.footer1RList{ margin-right: -41px; overflow: hidden;}
.footer1R a{ float: left; display: inline; margin-right: 41px; position: relative;}
.footer1R a:before{ content: '|'; color: #999999; font-size: 12px; font-family: "宋体"; position: absolute; right: -21px; top: 0px; color: #c6c6c6;}
.footer1R a:last-child:before{
    display:none;
}
.footer1R a:hover{
    color: #2e3191;
}
.bc53{
    background:#535353;
}
.footer2L,.footer2M,.footer2M a{height: 80px; line-height: 80px;font-size: 14px;color: #ffffff;}
.footer2M a{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer2M a:hover{color: #2e3191;}
.footer2L{margin-right: 320px;padding-right: 58px;position: relative;}
.footer2L:after{display: block;content:"";width: 31px;height: 32px;position: absolute;right: 0px;top: 20px;background: url(../images/gov.png)no-repeat center center;background-size: cover;}
.footer2R .footer2RBox{ float: left; display: inline; margin-left: 10px; position: relative;}
.footer2R  .icn{ display: block; height: 80px; line-height: 80px;color: #fff;padding-left: 27px;position: relative;}
.footer2R  .icn:after{content: "";display: block;width: 20px;height: 17px;position: absolute;left: 0px;top: 31px;background:url(../images/wei.png)no-repeat center center;background-size: cover; }
.footer2R  .icn.wx{ background-position: 0px 0px;}
.footer2R  .icn.mobile{ background-position: -41px 0px;}
.xcxCode {
    width: 140px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 56px;
    padding-bottom: 10px;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 3;
}
.xcxCode em {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 3px;
    width: 18px;
    height: 7px;
    background: url(../images/ewmIco.png) no-repeat center center;
}
.xcxCode div {
    overflow: hidden;
    padding: 10px;
    background: #FFF;
    border: 10px solid #2e3191;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.xcxCode div img {
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: block;
}
.xcxCode div span {
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #333333;
}
.footer2R .footer2RBox:hover .xcxCode {
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
/*底部结束*/
/*底部搜索开始*/
/*
*footSearch
*/
.footSearchBox{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.footSearchBox .wrap{
    position: relative;
    top: 50%;
    margin-top: -25px;
}
.searchCont{
    overflow: hidden;
    width: 600px;
    margin: 0px auto;
    padding-top: 40px;
    position: relative;
}
.search_dl{
    position: absolute;
    left: 0px;
    top: 0px;
}
.search_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.search_dl dd a{
    display: block;
    overflow: hidden;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color:#666;
}
.search_dl dd.hover a{
    background: #2e3191;
    color:#fff;
}
.searchInpDiv{
    display: block;
    overflow: hidden;
    padding: 0px 10px;
    border: 3px solid #2e3191;
    border-radius: 0px 0px 0px 3px;
    background: #fff;
}
.searchInpDiv input{
    display: block;
    height: 44px;
    width: 100%;
    border:none;
    background: none;
    font-size: 14px;
    color:#666;
    overflow: hidden;
    line-height: 44px;
}
a.footSearchBt{
    display: block;
    width: 100px;
    height: 50px;
    overflow: hidden;
    background: #2e3191;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0px 3px 3px 0px;
}
.closeSearchBt{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 15px;
    background: #000 url(../images/close_h.png) no-repeat center center;
    background-size: 20px auto;
}
/*底部搜索结束*/

/*
********************************首页样式 end********************************
*/
/*内页框架 start*/

/*页码开始*/
.page{padding:10px 0 5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{margin: 0 1px;display: inline-block;overflow: hidden;padding:7px 12px;color:#999999;background: #ffffff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #1d2088;color: #fff;}
.page a.hover{background: #1d2088;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 11px;
    height: 19px;
    background-position: center center;
    background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/icon12.png)}
.page a.prevPage div{background-image: url(../images/page/icon13.png)}
.page a.nextPage div{background-image: url(../images/page/icon14.png)}
.page a.lastPage div{background-image: url(../images/page/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/page/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/page/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/page/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/page/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background: #e2e2e2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/icon15.png)}
/*页码结束*/
/*内页框架结束*/
/*二级banner  start*/
.banner1Bc{
    height:  240px;
    width: 100%;
    overflow:  hidden;  
}
.bannerPic{
    overflow: hidden;   
    width: 100%;
    height:  240px;
}
/*二级banner2  start*/
.banner2Bc{
    height:  200px;
    width: 100%;
    overflow:  hidden;  
}

.banner2Pic{
    overflow: hidden;   
    width: 100%;
    height:  200px;
}
/*二级banner3  start*/
.banner3Bc{
    height:  450px;
    width: 100%;
    overflow:  hidden;  
}

.banner3Pic{
    overflow: hidden;   
    width: 100%;
    height:  450px;
}

/*二级menu  start*/
.menu {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}
.subNuvBox{
    overflow: hidden;
    background: #fff;
}

.subNuvR em{
    display: inline-block;
    float:left;
    width:25px;
    height: 50px;
    background:url(../images/subBanner2.png) no-repeat center center;
}

.subNuvR i{
    display: inline-block;
    float:left;
    width:25px;
    height: 50px;
    background:url(../images/subBanner3.png) no-repeat center center;
}


.subNuvR a{
    display: inline-block;
    float:left;
    line-height: 50px;
    color:#999999;
    font-size:14px;
}

.subNuvR a{
    display: inline-block;
    float:left;
    line-height: 50px;
    color: #666666;
    font-size:14px;
}

.subNuvR a.hover{color: #1d2088;}
.subNuvR a:hover{
    color:#1d2088;
}

.subNuvL{
    display:inline-block;
    line-height: 57px;
}

.subNuvL dd{
    display:inline-block;
    float:left;
    line-height: 49px;
    /* margin-left:20px; */
    margin-right: 50px;
}

.subNuvL dd a{
    display:inline-block;
    line-height: 47px;
    /* margin-left:20px; */
    color:#999999;
    font-size: 14px;
    color: #333333;
}

.subNuvL dd a:hover{
    border-bottom:3px solid #1d2088;
}
.subNuvL dd a{
    
}

.subNuvL dd.hover a{
    border-bottom: 3px solid #1d2088;
}
